home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / texvol / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  392 b   |  22 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. LCINCS    = 
  6. LLDLIBS    = -lXirisw -lXm -lXt -lX11 -lgl -lmalloc -lPW -lm
  7. PROTOTYPES=
  8. CFILES    = draw.c grafix.c init.c main.c matrix.c read.c reset.c ui.c
  9. TARGETS    = texvol
  10.  
  11. default all: $(TARGETS)
  12.  
  13. include $(COMMONRULES)
  14.  
  15. texvol:    $(OBJECTS) 
  16.     $(CCF) $(OBJECTS) $(LDFLAGS) -o $@ 
  17.     echo 
  18.  
  19. globals_vol.h:    defines_vol.h 
  20.  
  21. $(OBJECTS):    globals_vol.h
  22.